﻿body {
    padding:0;
    margin:0;
    font-family: 'Source Sans Pro' , sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
}
img {
    border:0; 
    outline:0;
}
p{ 
    margin:0; 
    padding:5px 0;
}
ul{
    margin:0; 
    padding:0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Source Sans Pro' , sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
}
h2{
    font-size: 26px;
    font-weight: bold;
    margin: 20px auto;
    padding: 0;
}
h3{
    font-size: 22px;
    font-weight: 600;
    margin: 10px auto 5px;
    padding: 0;
}
h4{
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
}
h5{
    font-size: 14px;
    font-weight: bold;
}


body > section{
    padding: 30px 0;
}
.no-margin{
    margin: 0;
    padding: 0;
}
.img-responsive {
    width: 100%;
}
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 992px) {
    body {padding-top: 110px }
}
@media (max-width: 767px) {
    body {padding-top: 79px; }
}

/*Wrappers*/
.wrapper-mid {
    padding: 0 50px;
}
@media (max-width: 767px) {
    .wrapper-mid{
        padding: 0 40px;
    }
}

/**Header**/
.navbar{
    background-color: rgba(0, 0, 0, 0.4);
    color:#ffffff;
    border:0;
}
.navbar.scrolled {
    background-color: #6d6e70;
}
.navbar .container {
    position: relative;
}
.navbar .nav-underline {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 103px;
    bottom: 0px;
}
.navbar .nav-underline hr{
    margin:0;
}
.navbar .navbar-toggle {
    margin-top:20px;
}
.navbar .navbar-nav {
    margin-top:50px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
}
/* Dropdown */
.nav > li > a {
    display: inline-block;
}
.nav > li > a.ddcaret {
    padding: 10px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: none;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #d3d1d1;
    border-bottom-color: #d3d1d1;
}
.dropdown-menu {
    font-size: 18px;
    line-height: 20px;
}
.dropdown-menu > li > a {
    font-weight: 300;
    color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    font-size: 18px;
    color: #ffffff;
    background-color: #6d6e70;
}
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li:hover,
    .navbar-inverse .navbar-nav > li.active{
       border-bottom: 4px solid #ffffff;
    }
    /* Dropdown */
    .navbar-inverse .navbar-nav > li.open{
        border-bottom: 4px solid #ffffff;
    }
    .navbar-inverse .navbar-nav > li:hover > a .caret{
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-top: -1px;
        margin-left: -1px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
     }
}
@media (max-width: 992px) {
    .navbar { background-color: #6d6e70; }
}
@media (max-width: 767px){
    .navbar ul.navbar-nav {
        margin-top:0;
    }
    .navbar .nav-underline{
        display: none;
    }
    .navbar .navbar-collapse {
        background-color: #6d6e70;
    }
    /* Dropdown */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:#ffffff;
    }
    .dropdown-menu li {
        padding: 2px 0;
    }
}

/*LOGO*/
.navbar-brand img {
    height: 70px;
    margin: 5px;
}
@media (max-width: 767px) {
    .navbar-brand {
        padding: 7px;
    }
    .navbar-brand img {
        height: 55px; 
        margin: 5px;
    }
}

/*Search Bar*/
.header-search {
    margin-top:0px;
}
header .navbar-right {
    margin-bottom:10px;
}
header .input-group-addon{
    background: white !important;
}
header .input-group .form-control:first-child{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
header .input-group button{
    border:0;
    background:transparent;
}
header .input-group-addon:last-child{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
header .input-group .glyphicon {
    color:#7B7879;
}
@media (min-width: 768px) {
    .header-search {
        margin-top:10px;
    }
}

/**Footer**/
footer {
    background: #6D6E70;
    padding:30px 0 20px;
    color:#D7D8D8;
    font-size:14px;
}
.ftext a {
    color:#ffffff;
    text-decoration:underline;
    font-weight:bold;
    font-size: 16px;
}
.flogo img {
    height:45px;
}
.fsocial li a .fa {
    color: #ffffff;
    font-size: 24px;
}
@media (max-width: 767px) {
    .ftext, .flogo, .fsocial {
        padding-bottom: 15px;
    }
    .list-inline > li {
        padding-left: 0;
    }
    .fsocial .list-inline > li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (min-width: 768px) {
    footer {
        min-height: 205px;
        padding:30px 0;
    }
    .ftext {
        padding-left:0;
        padding-right:0;
    }
    .fsocial {
        padding-right:0;
    }
    .fsocial ul{
        float:right;
    }
}

/*Common use*/
.bg-blue{
    background-color: #F9FCFD;
}
.title{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.shortdesc {
    padding-bottom: 30px;
    text-align: center;
}
.round-img{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.round-content{
	position: relative;
	display: block;
}
.round-inner-text {
    position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 180px;
    height: 180px;
    line-height:170px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    vertical-align:middle;
}
.round-inner-text:hover{
    background-color: rgba(127,207,240,0.7);
}
.round-inner-text h3{
    color: white;
    display: inline-table;
    vertical-align:middle;
    line-height:100%;  
    margin: 0;
    padding: 0;
    font-size: 30px;       
}
.round-caption {
    margin-bottom: 30px;
}
.round-caption h3{
    font-size: 20px;
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .round-inner-text h3{
        text-shadow: 2px 2px #000;
    }
}

.small-icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}
.small-icon .caption {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.doc-detail .container {
    min-height: 280px;
}

.doc-detail .title{
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
}
.doc-detail .navigator {
    text-align: right;
    font-size: 16px;
}
.doc-detail .navigator a {
    color: #333333;
}

/*BANNER*/
.sub-text {
    display: none;
    min-height:15px;
}
@media (min-width: 768px) {
    .sub-text {
        display: block;
    }
    .carousel .carousel-caption .sub-text {
        width: 80%;
    }
}
.carousel .carousel-caption{
    color:#000000;
    text-align: left;
    left: 0;
    bottom:15%;
    font-style: italic;
    width: 100%;
}
.carousel-inner img {
    width: 100%;
}
@media (max-width: 992px) {
    .carousel .carousel-caption{
        bottom:10%;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .carousel .carousel-caption{
        bottom:0;
        padding-bottom: 10px;
    }
}

.page-no-banner{
    min-height: 110px;
    background-color: #b3b4b5;
}
@media (max-width: 992px) {
    .page-no-banner{display: none;}
}
.page-banner {
    position:relative;
    color:#ffffff;
    font-style: italic;
}
.page-banner img{
    width:100%;
}
.page-banner .content-overlay{
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom:22%;
}
    .page-banner .content-overlay.dark {
        color: #6D6E70;
    }
.page-banner h1 {
    font-style: italic;
}
@media (min-width: 768px) {
    .page-banner .content-overlay{
        bottom:25%;
    }
}


/*HomePage:*/
.home-about .list-inner {
    background-color:#F1F8FB;
    margin-bottom:20px;
}
    .home-about .list-inner .caption{
        padding: 10px;
        min-height:150px;
    }

.newsletter-box {
    padding: 30px 0;
}

/*Page About > company*/
.company-list .list-inner{
  background: #ffffff;
  background-clip: padding-box;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.company-list .list-inner .caption{
  padding: 10px 15px;
  min-height: 170px;
}
.company-chart{
  padding-top: 40px;
  padding-bottom: 40px;
}

/*Page Partnering*/
.partner-category h2 {
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    .partner-category .row{
        width: 800px;
        margin: 0 auto;
    }
}

/*Page Partnering > Start up*/
.partner-startup-pillar .caption {
    min-height:60px;
}
.weoffer-main {
    padding: 0 15px 10px;
    position: relative;
    overflow: hidden;
	display: block;
}
.weoffer-main .text-layer{
    position: absolute;
    left: 0; 
    right: 0;
    top: 40%; 
    overflow: hidden;
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
}
    .weoffer-main .text-layer span {
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: 15px 20px;
        font-weight: bold;
    }
@media (max-width: 767px) {
    .weoffer-main .text-layer{
        top: 35%; 
    }
}

.weoffer-list ul {
    list-style-type: none;
}
.weoffer-list ul li {
    overflow: hidden;
    text-align: left;
    margin-bottom: 25px;
    display: table;
    font-weight: bold;
}
.weoffer-list ul li > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}
.weoffer-list img {
    height: 120px;
    margin-right: 20px;
}

/*Page Partnering > Investors*/
.biz-gallery {
    text-align: left;
    padding-top: 30px;
}
    .biz-gallery .list-inner {
        padding-bottom: 20px;
    }
    .biz-gallery .caption {
        font-weight: bold;
    }

/*Page Partnering > Corporate Incentive*/
.partner-incentive-cap .list-inner {
    text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
}
    .partner-incentive-cap img{
        display: block;
        width: 80px;
        text-align: center;
    }
    .partner-incentive-cap h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 8px;
    }
    .partner-incentive-cap .caption {
        line-height: 18px;
    }
    @media (min-width: 992px) {
        .partner-incentive-cap h3{
            margin-top: 20px;
        }
    }

/*Page Careers*/
.careers-testimonial .list-inner {
    max-width: 300px;
    background: #F5F5F5;
    padding: 20px 20px 30px;
    margin: 0 auto 30px;
    min-height: 600px;
}
    .testi-icon {
        position: absolute;
        top: -15px; 
        left: 0;
        right: 0;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        overflow: hidden;
        z-index: 99;
    }
    .testi-icon img {
        width: 30px;
    }
    .testi-content {
        padding-top: 10px;
    }
    .testi-content .caption {
        text-align: justify;
        line-height: 22px;
    }
    .testi-content .sign {
        padding-top: 10px;
    }
    .testi-content .sign .caption {
        text-align: left;
        font-style: italic;
    }

     @media only screen and (min-width: 481px) and (max-width: 992px) {
      /* For portrait layouts only */
        .careers-testimonial .list-inner {
            min-height: 200px;
            width: 100%;
            max-width: none;
        }
        .testi-content {
            display: table;
        }
        .testi-content > div{
            display: table-cell;
        }
        .testi-content .caption {
            vertical-align: top;
            padding-left: 25px;
        }
    }


.careers-activities .gallery-sliders {
    margin: 0 20px;
}
    .gallery-sliders .slick-slide {
        margin: 0px 5px;
    }
    .gallery-sliders .slick-slide img {
        width: 100%;
        height: 100%;
        max-width: 200px;
        max-height: 200px;
    }
    .gallery-sliders .slick-prev:before,
    .gallery-sliders .slick-next:before {
        color: black;
    }
    .gallery-sliders .slick-arrow, .gallery-sliders .slick-arrow:hover {
        height: 100%;
        background: #F5F5F5;
        width: 27px;
    }
    .gallery-sliders .slick-prev:before{
        content: "\f0d9";
        font-family: FontAwesome;
    }
    .gallery-sliders .slick-next:before {
        content: "\f0da";
        font-family: FontAwesome;
    }
    .gallery-sliders .slick-dots {
        display: none;
    }
    @media (max-width: 767px) {
        .gallery-sliders button.slick-arrow {
            display: none;
        }
    }

/*Page Contact*/
#contact-us {
    padding-bottom: 20px;
}
#contact-us a {
    font-weight: 400;
    text-decoration: underline;
    color: #333333;
}
#contact-us p {
    padding-bottom: 10px;
}
    .address_title {
        font-weight: bold;
        font-size: 18px;
    }
@media (min-width: 768px) {
    #contact-us .left-box{
        border-right: 1px solid #DCDDDE;
    }
    #contact-us .right-box{
        padding-left:50px;
    }
}

.feedback-form {
    padding: 20px 0;
}
.feedback-form h3 {
    padding-bottom: 20px;
}

/* Form & Input */
.sharp-form .btn{
    background-color:#000000;
}
.sharp-form input, .sharp-form textarea, .sharp-form button {
  border-radius:0;
  border-color: #000000;
  font-size: 18px;
}

/* DataTable */
.pagi-table .table-striped > tbody > tr:nth-child(odd) > td, 
.pagi-table .table-striped > tbody > tr:nth-child(odd) > th{
	background-color:#ffffff;
 }
.pagi-table a, .pagi-table a:hover {
    text-decoration: underline;
    color: #00A1DF;
}
.pagi-table .dataTables_info {
    display: block;
    float: left;
    color: #00A1DF;
}
.pagi-table .dataTables_paginate {
    float: right;
    padding-top: 8px;
}
    .pagi-table .dataTables_paginate a,
    .pagi-table .dataTables_paginate a:hover,
    .pagi-table .dataTables_paginate a.current {
        padding: 10px;
        color: #00A1DF;
        text-decoration: none;
        background: transparent;
        border: 0;
    }
    .pagi-table .dataTables_paginate span > a {
        color: #333333;
    }
    .pagi-table a.paginate_button.disabled{
        display: none;
    }
.pagi-table td.col-date {
    min-width:100px;
}
.pagi-table td.col-vendor {
    text-align: left;
}   
    
@media (max-width: 767px) {
    /*Responsive*/
    .pagi-table table.dataTable > tbody > tr.child span.dtr-title {
        width: 100%;
    }
    .pagi-table .dataTables_info, .pagi-table .dataTables_paginate {
        display: block;
        float: none;
        clear: both;
    }
}


/* Embed */
.iframe-container {
    width:100%;
    overflow: hidden;
}
    .iframe-container iframe {
        min-height: 800px;
        width: 100%;
        border: 0;
    }

/** ===== ===== ===== ===== ===== **/
/*input.input-validation-error, textarea.input-validation-error {
    border-color: #b94a48;
}*/
.field-validation-error, label.error {
    color: #b94a48;
    padding: 2px 5px 0;
    font-weight: normal;
    font-size: 16px;
}
.msg-success {
    color: #5cb85c;
    padding: 5px 0;
}

/** ===== ===== ===== ===== ===== **/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Call centre*/
@media (min-width: 767px) {
    .call-centre-staff:before {
        display: block;
        padding-left: 280px;
    }
    .call-centre-staff-1:before {
        content: url(/images/callcenter-staff-1.png?v=2);
        height: 78px;
    }
    .call-centre-staff-2:before {
        content: url(/images/callcenter-staff-2.png?v=2);
        height: 78px;
    }
    .call-centre-staff-3:before {
        content: url(/images/callcenter-staff-3.png?v=2);
        height: 78px;
    }
}

/* Lightbox */
.slick-prev, .slick-next {
    z-index: 999;
}

.policy .title{
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  text-decoration: underline;
}